presentation
Interface ChampionnatInterface

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
Championnat

public interface ChampionnatInterface
extends java.rmi.Remote


Method Summary
 boolean createChampionnat(java.lang.String nom)
           
 void findChampionnat(java.lang.String nameChampionnat)
           
 void findChampionnatIdByName(java.lang.String nameChampionnat)
           
 int getId()
           
 java.util.ArrayList<Equipe> getListeEquipes()
           
 java.lang.String getNom()
           
 

Method Detail

createChampionnat

boolean createChampionnat(java.lang.String nom)
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getNom

java.lang.String getNom()
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

findChampionnatIdByName

void findChampionnatIdByName(java.lang.String nameChampionnat)
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getId

int getId()
          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

findChampionnat

void findChampionnat(java.lang.String nameChampionnat)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getListeEquipes

java.util.ArrayList<Equipe> getListeEquipes()
                                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException